home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000331_news@columbia.edu_Sun Nov 5 20:27:55 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA25320
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 5 Nov 1995 20:27:55 -0500
  3. Received: by apakabar.cc.columbia.edu id AA24226
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 5 Nov 1995 20:27:54 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!chi-news.cic.net!io.org!news.interlog.com!news.dra.com!news.mid.net!news.creighton.edu!bluejay.creighton.edu!honge
  6. From: Psychos 'R Us <honge@creighton.edu>
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Maximum transfer speed
  9. Date: Sat, 4 Nov 1995 22:19:40 -0600
  10. Organization: Creighton University, Omaha Nebraska USA
  11. Lines: 70
  12. Message-Id: <Pine.HPP.3.91.951104220341.18624A-100000-100000@bluejay.creighton.edu>
  13. Nntp-Posting-Host: bluejay.creighton.edu
  14. Mime-Version: 1.0
  15. Content-Type: TEXT/PLAIN; charset=US-ASCII
  16. In-Reply-To: <475c3c$ac7@apakabar.cc.columbia.edu> 
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. : : set file type binary
  20. : : set warning on
  21. : : set buffer 65536 65536
  22. : : set window 24
  23. : : set send packet 2048
  24. : : set block-check 2
  25. : : set flow none
  26. : : set flow rts
  27. : : 
  28. : : With MS-kermit... 
  29. : :
  30. : Which version?
  31.  
  32. 3.14 patch 0 (21 May 1995)
  33.  
  34. : : ... the transfer rate is around 880cps. The effeciency is around 18%.
  35. : :
  36. : The percent efficiency is based on the interface speed, not the
  37. : modulation speed.  Since ZIP files can't be further compressed by
  38. : the modem, the upward bound on transferring them is approximately
  39. : 1.11 times the modulation speed = 1600 cps (derivation of this figure
  40. : is left as an exercise for the reader :-).  880 cps is therefore more
  41. : like 55%, not 18%.
  42.  
  43. Right now, with all the control characters unprefixed, the transfer is 
  44. exactly 1187cps at 14.4k -- which, in my opinion, little bit low. (: But 
  45. it was an improvement from 880cps.
  46.  
  47. : : There are almost no retries. FYI, Y-modem G under same situation
  48. : : will do around 1681cps with Hayes Smartcom (MS-DOS app) or halite that
  49. : : came with OS/2.  I have set both OS/2 ck and MS-DOS kermit to rts/cts.
  50. : : ...
  51. : : The machine has Hayes ESP, which is kinda like 16550A with extended 
  52. : : buffer size. The modem is Hayes Accura 14.4, which I think is also a 
  53. : : decent modem...
  54. : : 
  55. : The most likely explanation involves the Hayes ESP board.  It can be used
  56. : at three different levels: nonbuffered 8250 UART compatibility mode,
  57. : 16-byte FIFO 16550A UART compatibility mode, and "native" ESP mode (with
  58. : 1K buffer, DMA, etc), which is quite different from anything else on the
  59. : ...
  60. : version 3.14.  If that is true, then previous releases probably use it in
  61. : character-at-a-time 8250 mode, which would explain the symptoms you
  62. : report.  We did look at adding a Hayes ESP driver to MS-DOS Kermit, but it
  63. : turned out to be a huge amount of work for a relatively small audience,
  64. : and so it wound up in a rather low position on our priority list.
  65.  
  66. For more FYI, I strictly do ZIPped download -- as such, I always try to 
  67. turn off the hardware compression. With the Hayes Smartcom, I found it 
  68. makes no difference in downloading speed whether the modem is going 
  69. through Hayes ESP or a plain 8250-equipped built-in serial port.
  70.  
  71. So from that fact, there are some heavy-duty overhead works going on with 
  72. kermit which I cannot put my finger on. I found the unprefix all does not 
  73. always work. With 50-50 chance, the transfer will be aborted after 1st 
  74. packet received with "unprefix all".
  75.  
  76. Right now I still use Z-modem and Y-modem G to download, but eventually I 
  77. would like to change everything to kermit. I welcome any further comments 
  78. and suggestions to get kermit working...
  79.  
  80. ------------- clip here with virtual scissors --------------
  81. ************************************************************
  82. Looking for roadkills... drop it by honge@creighton.edu...
  83. e-mails are welcome anytime -- but mails are not.
  84. Keyboard stuck failure. Press F1 to continue.
  85. File not found. Should I fake it? (Y/N)
  86. ************************************************************
  87.  
  88.